Package com.cisco.pt.ipc.sim.impl
Class ParameterMapManagerImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ParameterMapManagerImpl
- All Implemented Interfaces:
IPCObject,ParameterMapManager
Information provided by the PKI file:
\class ParameterMapManager
\brief ParameterMapManager holds and manages Zone-Based Policy Firewall parameter maps.
\example network().getDevice("Router0").getParameterMapManager()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionParameterMapManagerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteParameterMap(String name) Information provided by the PKI file:getParameterMap(String name) Information provided by the PKI file:getParameterMapAt(int index) Information provided by the PKI file:intInformation provided by the PKI file:booleanInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
ParameterMapManagerImpl
public ParameterMapManagerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
deleteParameterMap
Information provided by the PKI file:
\brief Deletes the parameter map with the specified name. \param name, the name of the paramter map of interest.- Specified by:
deleteParameterMapin interfaceParameterMapManager- Parameters:
name- Takes in a parameter of name
-
getParameterMap
Information provided by the PKI file:
\brief Returns the parameter map with the specified name. \param name, the name of the paramter map of interest. \return ParameterMap, the ParameterMap object with the specified name.- Specified by:
getParameterMapin interfaceParameterMapManager- Parameters:
name- Takes in a parameter of name- Returns:
- ParameterMap Returns a ParameterMap
-
getParameterMapAt
Information provided by the PKI file:
\brief Returns the parameter map at the specified index. \param index, the index of the paramter map of interest. \return ParameterMap, the ParameterMap object at the specified index.- Specified by:
getParameterMapAtin interfaceParameterMapManager- Parameters:
index- Takes in a parameter of index- Returns:
- ParameterMap Returns a ParameterMap
-
isParameterMapExists
Information provided by the PKI file:
\brief Returns true if the paramter map with the specified name exists, otherwise false. \param name, the name of the paramter map of interest. \return bool, the true if the paramter map with the specified name exists, otherwise false.- Specified by:
isParameterMapExistsin interfaceParameterMapManager- Parameters:
str- Takes in a parameter of str- Returns:
- boolean Returns a boolean
-
getParameterMapCount
public int getParameterMapCount()Information provided by the PKI file:
\brief Returns the number of paramter maps. \return int, the number of paramter maps.- Specified by:
getParameterMapCountin interfaceParameterMapManager- Returns:
- int Returns a int
-